home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / CHEAT / CheatMake / !CheatMake / Resources / Docs / ChtMk II < prev    next >
Text File  |  1995-09-08  |  1KB  |  41 lines

  1. Description of a CheatMaker Format II cheat file
  2. © 1995 by Christian Kohlschütter
  3. The modules created with CheatMaker in this format are FREEWARE and may be
  4. freely distributed.
  5.  
  6.  
  7. +&2c CHM2 (CheatMaker Format II)
  8. +&30 pointer to Table A
  9.  
  10. Table A (General information and pointers to cheats)
  11. +0 offset to game name, or 0
  12. +4 offset to finder's name, or 0
  13. +8 offset to help text, or 0
  14. +12 offset to key descriptions, or 0
  15. +16 flags, reserved
  16.  
  17. starting at +20:
  18.    cheat number (OS_Byte 121 format) << 24 (TOP 8 bits)
  19.    address (pointer to table B) (LOW 24 bits)
  20.  
  21. terminated by -1
  22.  
  23. Table B (one for each cheat)
  24. If "only if" active:
  25.  +0 = address, bit 31 set if byte only
  26.  +4 = value
  27. Else
  28.  +0 = 0
  29.  
  30. Repeat:
  31.  
  32.  +0 = address (LOW 24 bits)
  33.       TOP 8 bits:
  34.       Bits 24-26: Mode: 0 = set, 1=add, 2=sub, 3=OR,4=AND,5=EOR
  35.       Bits 27-29  reserved
  36.       Bit 31 set: alter byte only
  37.       Bit 30 set: next cheat has the same value as this one
  38.  +4 = value or, if bit 30 of previous address was set, next address
  39.  
  40. terminated by -1
  41.